From 4862e5f429e54c06e12a9d607b8e5280e728aa47 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 4 May 2006 16:41:00 +0000 Subject: [PATCH] Patch from Rob: Write also line headers for routepoints. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1991 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/stmwpp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/stmwpp.c b/gpsbabel/stmwpp.c index 6fb4c4c7c..7dc1fda14 100644 --- a/gpsbabel/stmwpp.c +++ b/gpsbabel/stmwpp.c @@ -232,6 +232,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, "WP,D,%s,", wpt->shortname); break; @@ -245,6 +246,7 @@ stmwpp_waypt_cb(const waypoint *wpt) switch(what) { case STM_WAYPT: + case STM_RTEPT: fprintf(fout, ".%02d", wpt->centiseconds); break; case STM_TRKPT: -- 2.30.2